home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Movie Data Exchange / JPEG File Interchange Format / JFIF Preview Component / JFIFPreviewer.r < prev    next >
Encoding:
Text File  |  1992-10-21  |  896 b   |  91 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        JFIFPreviewer.r
  3.  
  4. */
  5.  
  6.  
  7. #include    "Types.r"
  8.  
  9. type 'thng' {
  10.     hex longint    type;
  11.     hex longint    subType;
  12.     hex longint    manufacturere;
  13.     hex    longint    flags;
  14.     hex    longint flagsMask;
  15.     hex longint    thingResType;    
  16.     int thingResID;
  17.     hex longint  thingNameResType;
  18.     int thingNameResID;
  19.     hex longint  thingInfoResType;
  20.     int thingInfoResID;
  21.     hex longint  thingIconResType;
  22.     int thingIconResID;
  23. };
  24.  
  25. resource 'thng' (909) {
  26.     'pnot',
  27.     'JPEG',
  28.     'appl',
  29.     2,
  30.     0,
  31.     'pnot',
  32.     909,
  33.     'STR ',
  34.     909,
  35.     'STR ',
  36.     909,
  37.     0,
  38.     0
  39. };
  40.  
  41. resource 'thng' (910) {
  42.     'pmak',
  43.     'JPEG',
  44.     'appl',
  45.     0,
  46.     0,
  47.     'pnot',
  48.     909,
  49.     'STR ',
  50.     909,
  51.     'STR ',
  52.     909,
  53.     0,
  54.     0
  55. };
  56.  
  57. resource 'thng' (911) {
  58.     'pnot',
  59.     'JFIF',
  60.     'appl',
  61.     2,
  62.     0,
  63.     'pnot',
  64.     909,
  65.     'STR ',
  66.     909,
  67.     'STR ',
  68.     909,
  69.     0,
  70.     0
  71. };
  72.  
  73. resource 'thng' (912) {
  74.     'pmak',
  75.     'JFIF',
  76.     'appl',
  77.     0,
  78.     0,
  79.     'pnot',
  80.     909,
  81.     'STR ',
  82.     909,
  83.     'STR ',
  84.     909,
  85.     0,
  86.     0
  87. };
  88.  
  89. resource 'STR ' (909) {
  90.     "JFIF Preview Comp";
  91. };